home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
Libraries
/
C Internet Config
/
IC Misc Code ƒ
/
IC Component Utils.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-12-06
|
308 b
|
25 lines
|
[
TEXT/SPM
]
/*
IC Component Utils.h
Header file for IC Component Utils.c
*/
#pragma once
#ifndef __H_IC_Component_Utils__
#define __H_IC_Component_Utils__
#ifdef __cplusplus
extern "C" {
#endif
OSErr SelectorToStr(short what,StringPtr str);
#ifdef __cplusplus
}
#endif
#endif /* __H_IC_Component_Utils__ */